projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b7d3e
)
(note_mouse_highlight): Fix type of variable `ignore'.
author
Andreas Schwab
<schwab@suse.de>
Sat, 17 Nov 2001 21:41:54 +0000
(21:41 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 17 Nov 2001 21:41:54 +0000
(21:41 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 678e80bb216fe6896f99b69a47eacc52b34f1719..f73c7ddcbc3712c694574e84af2bc4987cb7b841 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2001-11-17 Andreas Schwab <schwab@suse.de>
+
+ * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
+
2001-11-17 Richard M. Stallman <rms@gnu.org>
* fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
diff --git
a/src/xterm.c
b/src/xterm.c
index 4e82a8092d432a41d175c76de0c342d5b12b7730..04ad5ee37723714577eed41e7d361d5c9ecb17a6 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-7127,7
+7127,7
@@
note_mouse_highlight (f, x, y)
{
Lisp_Object before = Foverlay_start (overlay);
Lisp_Object after = Foverlay_end (overlay);
-
Lisp_Objec
t ignore;
+
in
t ignore;
/* Note that we might not be able to find position
BEFORE in the glyph matrix if the overlay is